From 9ff19cb678c068387156e4a4ec514910a1c68adb Mon Sep 17 00:00:00 2001 From: Rob Hoes Date: Thu, 12 Dec 2013 16:36:49 +0000 Subject: [PATCH] ocaml: do not install test binaries Signed-off-by: Rob Hoes Acked-by: Ian Jackson Acked-by: Ian Campbell [ ijc -- added back an Empty install rule ] --- tools/ocaml/test/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/ocaml/test/Makefile b/tools/ocaml/test/Makefile index 827bd7ca39..8033089c2d 100644 --- a/tools/ocaml/test/Makefile +++ b/tools/ocaml/test/Makefile @@ -49,8 +49,6 @@ all: $(PROGRAMS) bins: $(PROGRAMS) -install: all - $(INSTALL_DIR) $(DESTDIR)$(BINDIR) - $(INSTALL_PROG) $(PROGRAMS) $(DESTDIR)$(BINDIR) +install: include $(OCAML_TOPLEVEL)/Makefile.rules -- 2.30.2